@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    display: none;
}

.dialog {
    min-width: 300px;
    max-width: 900px;
    width:25%;
    height:250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #464646;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    border-top: solid 7px #3a3a3a;
}

.skill {
    margin-top:10px;
    margin-left:5px;
    width: calc(100% - 10px);
    border-radius: 5px;
}

.text {
    position: absolute;
    left: 50%;
    top: 39.5%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

span {
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.384);
    font-size:16px;
}



#staminaProgress {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(8, 102, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#staminaBar {
    width: 0%;
    height: 20px;
    background-color: rgb(47, 125, 51);
    text-align: center; /* To center it horizontally (if you want) */
    color: white; 
}



#strengthProgress {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(11, 133, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#strengthBar {
    width: 0%;
    height: 20px;
    background-color: rgb(47, 125, 51);
    text-align: center; /* To center it horizontally (if you want) */
    color: white; 
}



#dyrkProgress {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(13, 159, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#dyrkBar {
    width: 0%;
    height: 20px;
    background-color: rgb(47, 125, 51);
    text-align: center; /* To center it horizontally (if you want) */
    color: white; 
}
